home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / CHIP0903.ISO / t-pay / t-pay.swf / scripts / DefineButton2_358 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-12-18  |  173 b   |  11 lines

  1. on(release){
  2.    _level0.loadFile(page,file);
  3.    var i = 1;
  4.    while(i <= 6)
  5.    {
  6.       _parent["button_" + i].gotoAndStop(1);
  7.       i++;
  8.    }
  9.    gotoAndStop(2);
  10. }
  11.